home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / HyperCard-stakke / Grafik / background_2707.txt < prev    next >
Text File  |  1988-12-19  |  2KB  |  120 lines

  1. -- background: 2707 from stack: in
  2. -- bmap block id: 3313
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8. end openBackground
  9.  
  10.  
  11. -- part 1 (field)
  12. -- low flags: 01
  13. -- high flags: 0000
  14. -- rect: left=52 top=36 right=59 bottom=483
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 0
  18. -- font id: 3
  19. -- text size: 14
  20. -- style flags: 0
  21. -- line height: 18
  22. -- part name: første
  23.  
  24.  
  25. -- part 3 (button)
  26. -- low flags: 00
  27. -- high flags: 0000
  28. -- rect: left=93 top=254 right=285 bottom=133
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 32670 / 32670
  31. -- text alignment: 1
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: Vis
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   show all cards
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part 4 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=433 top=255 right=283 bottom=462
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 1012 / 1012
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Retur
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect iris close
  59.   pop card
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 5 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=254 top=256 right=282 bottom=284
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 1013 / 1013
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Next
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go to next card
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 6 (button)
  84. -- low flags: 00
  85. -- high flags: 0000
  86. -- rect: left=230 top=256 right=282 bottom=256
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 1014 / 1014
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Prev
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go to previous card
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 7 (button)
  103. -- low flags: 00
  104. -- high flags: 0000
  105. -- rect: left=43 top=249 right=290 bottom=87
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 1011 / 1011
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: 
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   visual effect iris close
  117.   go home
  118. end mouseUp
  119.  
  120.